home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 25 / Cream of the Crop 25.iso / program / gmp202.zip / ANNOUNCE.OS2 next >
Text File  |  1997-04-19  |  1KB  |  30 lines

  1. GMP (GNU multi-precision) Library 2.0.2
  2. ported to OS/2 EMX
  3.  
  4. Introduction
  5.  
  6. GNU MP is a library for arbitrary precision arithmetic, operating on signed
  7. integers, rational numbers, and floating point numbers.  It has a rich set
  8. of functions, and the functions have a regular interface.
  9.  
  10. GNU MP is designed to be as fast as possible, both for small operands and for
  11. huge operands.  The speed is achieved by using fullwords as the basic
  12. arithmetic type, by using fast algorithms, by carefully optimized assembly
  13. code for the most common inner loops for a lots of CPUs, and by a general
  14. emphasis on speed (instead of simplicity or elegance).
  15.  
  16. OS/2 port
  17.  
  18. This port contains two a.out-format libraries, one optimized for i486
  19. processors, the other one is Pentium-optimized.
  20.  
  21. I have provided working Makefiles, however the Configure script is not supplied.
  22.  
  23. No code changes were required, the libraries passed the accompagning tests.
  24.  
  25. Requirements
  26.  
  27. GCC > 2.7 & EMX 0.9c fix 2 (probably)
  28. HPFS
  29.  
  30.